home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3genopt.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_GENERALOPTIONSGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_GENERALOPTIONSGADGET = 620;
-
-
-
-
- // Description: Private method used as a callback method for enumerating installed programming languages (see r3prglng/R3CPLM_ENUMLANGUAGES).
- // Because this is 'callback' method, parameters for this method are specified by the enumlanguages method,
- // which are:
- // Returns: Boolean, TRUE continues enumeration, false cancels.
- // p1: String, symbolic name of the installed language (such as Basic, Tcl, etc).
- // p2: Integer, class id of the installed languaged
- // p3: Object, points to 'self'.
-
- R3GENOPTGM_ADDLANGUAGE = 620000;
-
- function mR3GENOPTGM_ADDLANGUAGE(p1, p2, p3) {
- return DoA3(this.r3obj, 620000, p1, R3TID_STRING, 0, p2, R3TID_INTEGER, 0, p3, R3TID_OBJECT, 0);
- }
-
- // Description: For mapchanges.
- // p3: Integer, ordnum of the selected language
-
- R3GENOPTGM_SETLANGUAGE = 620001;
-
- function mR3GENOPTGM_SETLANGUAGE(p3) {
- DoA(this.r3obj, 620001, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Generaloptionsgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_GENERALOPTIONSGADGET, arguments);
- }
- // Methods
- this.ADDLANGUAGE=mR3GENOPTGM_ADDLANGUAGE;
- this.SETLANGUAGE=mR3GENOPTGM_SETLANGUAGE;
-
- // Attributes
- }
-
- r3Generaloptionsgadget.prototype=new r3Gadget;
- // r3genopt.h_H